home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / lib / english / labels < prev    next >
Text File  |  2004-12-19  |  24KB  |  601 lines

  1. okay=Ok
  2. cancel=Cancel
  3. close=Close
  4. continue=Continue
  5.  
  6. main.invalidPackage=Package not found
  7.  
  8. compileException=Exception during compilation
  9. compiler.thread.title=BlueJ compiler thread
  10. compiler.invalidcompiler=bluej.compiler.type is not set to a valid compiler type
  11. compiler.nocompiler=Compiler could not be executed
  12. compiler.warningDialog.title=Compiler Warnings
  13. compiler.warningDialog.label=Warnings from last compilation 
  14. compiler.warningDialog.noWarnings=No warnings
  15.  
  16. debugger.null=null
  17.  
  18. debugger.assert.assertThat=Assert that:
  19. debugger.assert.resultIs=result is
  20. debugger.assert.equalTo=equal to
  21. debugger.assert.equalToFloatingPoint= equal to (double or float)
  22. debugger.assert.sameAs=the same as
  23. debugger.assert.notSameAs=not the same as
  24. debugger.assert.notNull=not null
  25. debugger.assert.null=null
  26. debugger.assert.delta=delta
  27.  
  28. debugger.inspector.title=BlueJ:  Inspector
  29. debugger.inspector.object.title=BlueJ:  Object Inspector
  30. debugger.inspector.class.title=BlueJ:  Class Inspector
  31. debugger.inspector.enum.title=BlueJ:  Enum Inspector
  32. debugger.inspector.interface.title=BlueJ:  Interface Inspector
  33. debugger.inspector.result.title=BlueJ:  Method Result
  34. debugger.inspector.result.returned=returned:
  35. debugger.inspector.showClass=Show static fields
  36. debugger.inspector.inspect=Inspect
  37. debugger.inspector.get=Get
  38. debugger.inspector.class.nameLabel=Class
  39. debugger.inspector.enum.nameLabel=Enum
  40. debugger.inspector.interface.nameLabel=Interface
  41.  
  42. debugger.objectwrapper.methodException=Exception accessing methods:
  43. debugger.objectwrapper.invocationException=Exception during invocation:
  44. debugger.objectwrapper.inspect=Inspect
  45. debugger.objectwrapper.remove=Remove
  46. debugger.objectwrapper.serializable=Serialize
  47. debugger.objectwrapper.redefined=redefined in
  48. debugger.objectwrapper.inherited=inherited from
  49.  
  50. debugger.threadstatus.finished=finished
  51. debugger.threadstatus.breakpoint=at breakpoint
  52. debugger.threadstatus.stopped=stopped
  53. debugger.threadstatus.monitor=at monitor
  54. debugger.threadstatus.notstarted=not started
  55. debugger.threadstatus.running=running
  56. debugger.threadstatus.sleeping=sleeping
  57. debugger.threadstatus.unknown=unknown status
  58. debugger.threadstatus.waiting=waiting
  59. debugger.threadstatus.zombie=zombie
  60.  
  61. #Debugger messages
  62. debugger.jdiDebugger.noBreakpointMsg=Clear breakpoint: no breakpoint found in this line.
  63. debugger.jdiDebugger.noLineNumberMsg=This class has been compiled without line number\ninformation. You cannot set breakpoints.
  64. debugger.jdiDebugger.noCodeMsg=Cannot set breakpoint: no code in this line
  65. debugger.jdiDebugger.internalErrorMsg=There was an internal error while attempting to\nset this breakpoint
  66.  
  67. # Class Manager panel user interface elements and error messages
  68. classmgr.prefpaneltitle=Libraries
  69. classmgr.userlibraries=User Libraries
  70. classmgr.userliblibraries=User Libraries from
  71. classmgr.add=Add
  72. classmgr.delete=Delete
  73. classmgr.statuscolumn=Status
  74. classmgr.statusgood=Loaded
  75. classmgr.statusbad=Error
  76. classmgr.statusnew=Not loaded
  77. classmgr.locationcolumn=Location
  78. classmgr.error.unresolvable=Unresolvable Path
  79. classmgr.error.nodescription=No Description
  80. classmgr.error.missingclasspath=No Java classpath. Class loading behaviour may be strange because\nclasses in the current directory will be resolved first.
  81. classmgr.error.missingbootclasspath=No Sun boot classpath. BlueJ should not be run on a pre JDK 1.2 environment.
  82.  
  83. # Preferences Manager user interface elements and error messages
  84. prefmgr.title=BlueJ:  Preferences
  85.  
  86. # Miscellaneous Preferences panel
  87. prefmgr.misc.prefpaneltitle=Miscellaneous
  88. prefmgr.misc.documentation.title=Documentation settings
  89. prefmgr.misc.jdkurlpath=JDK documentation URL
  90. prefmgr.misc.linkToLib=Use this URL when generating project documentation
  91. prefmgr.misc.linkToLibNoteLine1=If this URL is used for generating documentation, it must be correct and accessible.
  92. prefmgr.misc.linkToLibNoteLine2=Otherwise the documentation generation will fail. To work offline, uncheck this option.
  93. prefmgr.misc.testing.title=Unit test settings
  94. prefmgr.misc.showTesting=Show unit testing tools
  95. prefmgr.misc.vm.title=Compiler and runtime settings
  96. prefmgr.misc.optimiseVM=Use optimization (faster execution, but may cause problems with debugging)
  97. prefmgr.misc.addLibTitle=Select directory or jar/zip file
  98. prefmgr.misc.libFileFilter=Library files (*.jar;*.zip) or class directories
  99. prefmgr.misc.showUnchecked=Show compiler warnings when unsafe collections are used
  100.  
  101. # Editor Preferences panel
  102. prefmgr.edit.prefpaneltitle=Editor
  103. prefmgr.edit.editor.title=Editor settings
  104. prefmgr.edit.editorfontsize=Font size
  105. prefmgr.edit.usesyntaxhilighting=Use syntax hilighting
  106. prefmgr.edit.autoindent=Auto-indent (Enter and Tab keys)
  107. prefmgr.edit.displaylinenumbers=Display line numbers
  108. prefmgr.edit.makeBackup=Make backup of source files
  109. prefmgr.edit.matchBrackets=Match brackets
  110.  
  111.  
  112. # Extensions Manager Help panel
  113. extmgr.title=BlueJ:  Installed Extensions
  114. extmgr.extensions=Extensions
  115. extmgr.systemExtensionShort=System
  116. extmgr.systemExtensionLong=System extension (active for all projects)
  117. extmgr.projectExtensionShort=Project
  118. extmgr.projectExtensionLong=Project extension (for current project only)
  119. extmgr.statuscolumn=Status
  120. extmgr.namecolumn=Name
  121. extmgr.typecolumn=Type
  122. extmgr.details=Extension Details
  123. extmgr.details.location=Location:
  124. extmgr.details.version=version
  125. extmgr.details.url=More information at:
  126.  
  127. extmgr.status.notused=not used
  128. extmgr.status.loaded=loaded
  129. extmgr.status.error=error
  130. extmgr.status.unloaded=unloaded
  131. extmgr.version.unknown=unknown
  132. extensions.nodescription=None given.
  133.  
  134. # Extension errors
  135. extmgr.error.nomanifest=No manifest file
  136. extmgr.error.nomain=Manifest does not contain Main-Class attribute
  137. extmgr.error.notsubclass=Main class is not a subclass of Extension
  138. extmgr.error.cannotload=Extension could not be loaded
  139.  
  140. #---------------
  141. #Editor labels
  142. #---------------
  143. editor.title=BlueJ: Editor
  144.  
  145. #button lables for toolbar commands
  146. editor.compileLabel = Compile
  147. editor.undoLabel = Undo
  148. editor.cutLabel = Cut
  149. editor.copyLabel = Copy
  150. editor.pasteLabel = Paste
  151. editor.closeLabel = Close
  152. editor.page-setupLabel = Page Setup...
  153.  
  154. # menu labels (MUST be defined)
  155. editor.classLabel = Class
  156. editor.editLabel = Edit
  157. editor.toolsLabel = Tools
  158. editor.debugLabel = Debug
  159. editor.optionLabel = Options
  160. editor.helpLabel = Help
  161.  
  162. # item labels (can be omitted if same as action name)
  163. editor.saveLabel = Save
  164. editor.reloadLabel = Reload
  165. editor.printLabel = Print...
  166. editor.closeLabel =Close
  167.  
  168. editor.redoLabel = Redo
  169. editor.cut-to-clipboardLabel = Cut
  170. editor.copy-to-clipboardLabel = Copy
  171. editor.paste-from-clipboardLabel = Paste
  172. editor.indent-blockLabel = Indent more
  173. editor.deindent-blockLabel = Indent less
  174. editor.comment-blockLabel = Comment
  175. editor.uncomment-blockLabel = Uncomment
  176. editor.insert-methodLabel = Insert method
  177.  
  178. editor.findLabel = Find...
  179. editor.find-nextLabel = Find Next
  180. editor.find-next-backwardLabel = Find Next Backward
  181. editor.go-to-lineLabel = Go to line...
  182. editor.replaceLabel = Replace...
  183. editor.compileLabel = Compile
  184. editor.toggle-breakpointLabel = Set/Clear Breakpoint
  185. editor.toggle-interface-viewLabel = Toggle Interface View
  186.  
  187. editor.go-to-lineLabel = Go to line...
  188. editor.gotoline.title = Go to line
  189. editor.gotoline.label = Enter line number
  190. editor.gotoline.notNumericMessage = Input must be numeric
  191.  
  192. editor.implementationLabel = Implementation
  193. editor.interfaceLabel = Interface
  194.  
  195. editor.state.readOnly = read-only
  196. editor.state.saved = saved
  197. editor.state.changed = changed
  198.  
  199. editor.key-bindingsLabel = Key Bindings...
  200. editor.preferencesLabel = Preferences...
  201.  
  202. # Dialog titles and texts
  203. editor.functions.title = Editor Functions
  204. editor.functions.editFunctions = Edit Functions
  205. editor.functions.moveScroll = Move & Scroll
  206. editor.functions.classFunctions = Class Functions
  207. editor.functions.customisation = Customisation
  208. editor.functions.help = Help
  209. editor.functions.misc = Misc
  210. editor.functions.defaults=Defaults
  211. editor.functions.categories=Categories:
  212. editor.functions.keys=Key Bindings
  213. editor.functions.addkey=Add Key
  214. editor.functions.delkey=Delete Key
  215.  
  216. editor.find.title = Find
  217. editor.find.find.label = Find:
  218. editor.find.replace.label = Replace:
  219. editor.find.findNext=Find Next
  220. editor.find.replace=Replace
  221. editor.find.replaceAll=Replace All
  222. editor.find.up=Search up
  223. editor.find.down=Search down
  224. editor.find.ignoreCase=Ignore case
  225. editor.find.wholeWord=Whole word
  226. editor.find.backward=backward
  227. editor.find.forward=forward
  228. editor.find.wrapAround=wrap around
  229.  
  230. #Messages shown as a result of a search with replace all
  231. editor.replaceAll.replaced=Replaced 
  232. editor.replaceAll.intancesOf=\ instances of 
  233. editor.replaceAll.string=String 
  234. editor.replaceAll.notFoundNothingReplaced=\ not found. Nothing replaced.
  235.  
  236. #Messages shown when determining what function is bound to a given key
  237. editor.keypressed.keyIsNotBound=\ in not bound to a function.
  238. editor.keypressed.callsTheFunction=\ calls the function "
  239.  
  240. #Messages, warnings, etc that is displayed by Info.java
  241. editor.info.version = Moe version
  242. editor.info.readingProblem = There was a problem reading this file.
  243. editor.info.regularFile = (Is it really a regular file? Do you have read access?)
  244. editor.info.newFile = New file
  245. editor.info.errorSaving = Error in saving file!
  246. editor.info.compiled = Class compiled - no syntax errors
  247. editor.info.noChanges = No changes need to be saved
  248. editor.info.cannotReload = Can not reload - this text was never saved!
  249. editor.info.reload = (\"Reload\" reloads the last saved state from disk.)
  250. editor.info.emptySearchString = Empty search string.
  251. editor.info.notFound = Not found (search again to wrap around).
  252. editor.info.compiling = Compiling...
  253. editor.info.cannotSetBreak = Cannot set breakpoint:\nNo code associated with this editor.
  254. editor.info.fileDisappeared = ERROR: The file seems to have disappeared!
  255. editor.info.fileReadError = ERROR: There was an error while trying to read this file.
  256. editor.info.saved = File saved
  257. editor.info.printing = Printing...
  258. editor.info.printed = Printing... Done.
  259. editor.info.cancelled = Cancelled.
  260. editor.info.generatingDoc = Generating class interface...
  261. editor.info.loadingDoc = Loading class interface...
  262. editor.info.docLoaded = Loading class interface... Done.
  263. editor.info.docAborted = There was a serious problem generating the javadoc\ninterface. Aborted.
  264. editor.info.docDisappeared = Cannot find HTML file:
  265. editor.info.docNoFrames = Frame display is disabled in editor preview.
  266. editor.info.tabsExpanded = Converted all TABs to spaces. (You are working\nwith soft TABs, the file contained hard TABs.)
  267. editor.printer.continued=continued
  268. #End Editor labels
  269.  
  270. pkgmgr.chooseUsesFrom=Select the class where the dependency is from
  271. pkgmgr.chooseUsesTo=Select the class it depends on
  272. pkgmgr.chooseInhFrom=Select the subclass
  273. pkgmgr.chooseInhTo=Select the superclass
  274. pkgmgr.chooseArrow=Select an arrow to delete
  275. pkgmgr.packageSaved=Package saved
  276. pkgmgr.info.printing = Printing...
  277. pkgmgr.info.printed = Printing... Done.
  278.  
  279. utility.packageChooser.previewPane1=Preview of possible
  280. utility.packageChooser.previewPane2=package structure
  281.  
  282. # dialog titles and texts
  283. pkgmgr.title=BlueJ:  
  284.  
  285. pkgmgr.newPkg.title=New Project
  286. pkgmgr.newPkg.buttonLabel=Create
  287. pkgmgr.openPkg.title=Open Project
  288. pkgmgr.openPkg.buttonLabel=Open
  289. pkgmgr.openNonBlueJPkg.title=Open Non-BlueJ Project
  290. pkgmgr.openNonBlueJPkg.buttonLabel=Open in BlueJ
  291. pkgmgr.saveAs.title=Save Project
  292. pkgmgr.saveAs.buttonLabel=Save
  293. pkgmgr.addClass.title=Select Java Class to Add
  294. pkgmgr.addClass.buttonLabel=Add
  295. pkgmgr.importPkg.title=Select Directory to Import
  296. pkgmgr.importPkg.buttonLabel=Import
  297. pkgmgr.importPkgNew.title=New Project to Import Into
  298. pkgmgr.importPkgNew.buttonLabel=Create
  299.  
  300. pkgmgr.newClass.msg=Enter the name of the class
  301. pkgmgr.newUses=New Uses Arrow
  302. pkgmgr.newExtends=New Extends Arrow
  303. pkgmgr.unimplemented=Sorry - that feature is not yet implemented
  304. pkgmgr.pkgChooseError=Error selecting valid package name
  305. pkgmgr.chooseWebPage.title=Select HTML page destination
  306. pkgmgr.chooseWebPage.buttonLabel=Save HTML page
  307.  
  308. pkgmgr.parentpackagetarget.open=Open
  309. pkgmgr.parentpackagetarget.openunamed=Open unamed package
  310.  
  311. pkgmgr.packagemenu.open=Open
  312. pkgmgr.packagemenu.remove=Remove
  313.  
  314. pkgmgr.classmenu.runApplet=Run Applet
  315. pkgmgr.classmenu.edit=Open Editor
  316. pkgmgr.classmenu.compile=Compile
  317. pkgmgr.classmenu.inspect=Inspect
  318. pkgmgr.classmenu.remove=Remove
  319. pkgmgr.classmenu.createTest=Create Test Class
  320.  
  321. pkgmgr.test.label=Testing
  322. pkgmgr.test.record=recording
  323. pkgmgr.test.run=Run Tests
  324. pkgmgr.test.end=End
  325. pkgmgr.test.succeeded=succeeded
  326. pkgmgr.test.noTestName=You must specify a name for the test
  327. pkgmgr.test.invalidTestName=The test name must be a valid Java identifier
  328. pkgmgr.test.recording=recording
  329.  
  330. pkgmgr.test.popup.testAll=Test All
  331. pkgmgr.test.popup.noTests=No test methods
  332. pkgmgr.test.popup.testPrefix=Test
  333. pkgmgr.test.popup.createTest=Create Test Method...
  334. pkgmgr.test.popup.benchToFixture=Object Bench to Test Fixture
  335. pkgmgr.test.popup.fixtureToBench=Test Fixture to Object Bench
  336.  
  337.  
  338. # "new class" dialog
  339. pkgmgr.newClass.title=BlueJ:  Create New Class
  340. pkgmgr.newClass.label=Class Name:
  341. pkgmgr.newClass.classType=Class Type
  342. pkgmgr.newClass.stdclass=Class
  343. pkgmgr.newClass.abstract=Abstract Class
  344. pkgmgr.newClass.interface=Interface
  345. pkgmgr.newClass.applet=Applet
  346. pkgmgr.newClass.appletj=Applet
  347. pkgmgr.newClass.unittest=Unit Test
  348. pkgmgr.newClass.enum=Enum
  349.  
  350. # "new package" dialog
  351. pkgmgr.newPackage.title=BlueJ:  Create New Package
  352. pkgmgr.newPackage.label=Package Name:
  353. pkgmgr.newPackage.newPackage=Package
  354.  
  355. # "Use Library Class" dialog
  356. callLibraryDialog.title=BlueJ:  Call Library Class
  357. callLibraryDialog.classLabel=Class:
  358. callLibraryDialog.docButton=Documentation
  359. callLibraryDialog.listHeading=Constructors and static methods
  360. callLibraryDialog.clickHere1=Enter full class name, then press Enter
  361. callLibraryDialog.clickHere2=to display constructors and methods.
  362. callLibraryDialog.classNotFound1=Could not find the class.
  363. callLibraryDialog.classNotFound2=(Check the class name and press Enter again.)
  364.  
  365. # "export" dialog
  366. pkgmgr.export.title=BlueJ:  Create Jar File
  367. pkgmgr.export.helpLine1=Create a single Java archive (jar) file containing
  368. pkgmgr.export.helpLine2=the project. Executable if main class is specified.
  369. pkgmgr.export.classLabel=Main class:
  370. pkgmgr.export.includeLibs=Include user libraries
  371. pkgmgr.export.sourceLabel=Include source
  372. pkgmgr.export.noClassText=none (cannot be executed)
  373. pkgmgr.export.specifyJar=Specify name for jar file
  374. pkgmgr.export.createJarText=Create
  375.  
  376. # "open-non-bluej" mismatch dialog
  377. pkgmgr.importmismatch.title=BlueJ:  Package Line Mismatches
  378. pkgmgr.importmismatch.helpLine1=WARNING: This is not the expected top level directory of this Java
  379. pkgmgr.importmismatch.helpLine2=project as declared in some of the project's class's package declarations.
  380. pkgmgr.importmismatch.helpLine3=Opening this directory will change all package declarations in the
  381. pkgmgr.importmismatch.helpLine4=following source files of the project.
  382. pkgmgr.importmismatch.helpLine5=Most likely you should open the parent directory of the one you
  383. pkgmgr.importmismatch.helpLine6=have selected. For example, to open a Java project that contains
  384. pkgmgr.importmismatch.helpLine7=the package "org.bluej", you must select the directory that
  385. pkgmgr.importmismatch.helpLine8=_contains_ "org",  not the "org" or "bluej" directory itself.
  386. pkgmgr.importmismatch.helpLine9=Do you want to continue opening and changing the package declarations?
  387.  
  388. # "import" failure dialog
  389. pkgmgr.importfailed.title=BlueJ:  Import Status
  390. pkgmgr.importfailed.helpLine1=The import has failed to copy the following files.
  391. pkgmgr.importfailed.helpLine2=This is most likely due to these files already
  392. pkgmgr.importfailed.helpLine3=being present in the destination project.
  393.  
  394. # "version check" dialog
  395. pkgmgr.versionDlg.title=BlueJ:  Check for new version
  396. pkgmgr.versionDlg.helpLine1=This function will check whether a newer BlueJ version
  397. pkgmgr.versionDlg.helpLine2=is available. You must be online for this to work.
  398. pkgmgr.versionDlg.check=Check Version
  399. pkgmgr.versionDlg.upToDate=The current version is up to date.
  400. pkgmgr.versionDlg.currentVersion=Your current BlueJ version is
  401. pkgmgr.versionDlg.newVersion=The most recent BlueJ version is
  402.  
  403. # run applet dialog
  404. pkgmgr.runApplet.title=BlueJ:  Run Applet
  405. pkgmgr.runApplet.webPageLabel=Create Web Page
  406. pkgmgr.runApplet.webPage=Generate web page only
  407. pkgmgr.runApplet.appletviewer=Run Applet in appletviewer
  408. pkgmgr.runApplet.webBrowser=Run Applet in web browser
  409. pkgmgr.runApplet.heightLbl=Height =
  410. pkgmgr.runApplet.widthLbl=Width =
  411. pkgmgr.runApplet.newParameterLbl=Add New Parameter
  412. pkgmgr.runApplet.appletParameterLbl= Applet Parameters
  413. pkgmgr.runApplet.nameLbl=Name =
  414. pkgmgr.runApplet.valueLbl=Value =
  415. pkgmgr.runApplet.paramName=PARAM NAME
  416. pkgmgr.runApplet.value=VALUE
  417. pkgmgr.runApplet.htmlComment=<!-- This file automatically generated by BlueJ Java Development  -->\n<!-- Environment.  It is regenerated automatically each time the  -->\n<!-- applet is run.  Any manual changes made to file will be lost -->\n<!-- when the applet is next run inside BlueJ.  Save into a       -->\n<!-- directory outside of the package directory if you want to    -->\n<!-- preserve this file. -->
  418. pkgmgr.runApplet.htmlExportedComment=<!-- This file automatically generated by BlueJ Java Development  -->\n<!-- Environment.  The codebase variable is set to the absolute path to   -->\n<!-- the bluej package directory of the applet at the time of this page being generated. -->\n<!-- If the location of that package alters you will need to edit the codebase value.       -->
  419.  
  420. #print project dialog
  421. pkgmgr.printDialog.title=BlueJ:  Print Project
  422. pkgmgr.printDialog.printDiagram=Print class diagram
  423. pkgmgr.printDialog.printSource=Print source code
  424. pkgmgr.printDialog.printReadme=Print project readme 
  425.  
  426. # method call dialog
  427. pkgmgr.methodCall.titleCreate=BlueJ:  Create Object
  428. pkgmgr.methodCall.titleCall=BlueJ:  Method Call
  429. pkgmgr.methodCall.namePrompt=Name of Instance:
  430. pkgmgr.methodCall.typeParametersPrompt=Type Parameters:
  431. pkgmgr.methodCall.typeParameterPrompt=Type Parameter:
  432. error.methodCall.emptyField=Error: Empty parameter field.
  433. error.methodCall.emptyTypeField=Error: Empty type parameter field.\nEither fill out all type parameters or none of them.
  434. error.methodCall.illegalName=The instance name must be a Java identifier.
  435. error.methodCall.duplicateName=An object with this name already exists.\nPlease choose a unique name.
  436.  
  437. # Debugger dialog (ExecControls.java)
  438. debugger.execControls.windowTitle = BlueJ:  Debugger
  439. debugger.execControls.stackTitle = Call Sequence
  440. debugger.execControls.staticTitle = Static variables
  441. debugger.execControls.instanceTitle = Instance variables
  442. debugger.execControls.localTitle = Local variables
  443. debugger.execControls.threadTitle = Threads
  444. debugger.execControls.haltButtonText = Halt
  445. debugger.execControls.stepButtonText = Step
  446. debugger.execControls.stepIntoButtonText = Step Into
  447. debugger.execControls.continueButtonText = Continue
  448. debugger.execControls.terminateButtonText = Terminate
  449.  
  450. debugger.options = Options
  451. debugger.hideSystemThreads = Hide system threads
  452. debugger.threadRunning = <html><center>Thread is running.<br>Threads must be stopped to view details.</html>
  453.  
  454. # DialogManager labels
  455.  
  456. dialogmgr.error = BlueJ:  Error
  457. dialogmgr.question = BlueJ:  Question
  458. dialogmgr.message = BlueJ:  Message
  459.  
  460. #Terminal Window
  461. terminal.options = Options
  462. terminal.title = BlueJ:  Terminal Window
  463. terminal.clear = Clear
  464. terminal.copy = Copy
  465. terminal.save = Save to file...
  466. terminal.close = Close
  467. terminal.clearScreen = Clear screen at method call
  468. terminal.recordCalls = Record method calls
  469. terminal.buffering = Unlimited buffering
  470. terminal.save.title = Save terminal text
  471. terminal.save.buttonText = Save
  472.  
  473. #TestDisplay Window
  474. testdisplay.title = BlueJ:  Test Results
  475. testdisplay.counter.runs=Runs:
  476. testdisplay.counter.errors=Errors:
  477. testdisplay.counter.failures=Failures:
  478. testdisplay.showsource=Show Source
  479.  
  480. # status messages
  481. pkgmgr.compiling=Compiling...
  482. pkgmgr.compileDone=Compiling... Done
  483. pkgmgr.creating=Creating object...
  484. pkgmgr.createDone=Creating object... Done
  485. pkgmgr.creatingVM=Initialising virtual machine...
  486. pkgmgr.creatingVMDone=Initialising virtual machine... Done
  487. pkgmgr.generatingDocu=Generating documentation...
  488. pkgmgr.docuGenerated=Generating documentation... Done
  489. pkgmgr.docuAborted=Generating documentation... Aborted
  490. pkgmgr.webBrowserMsg=Web browser has been started.
  491. pkgmgr.webBrowserError=Error starting web browser.
  492. pkgmgr.usesArrowMsg="Uses" dependency declared but never used:
  493. pkgmgr.breakpointMsg=Class has to be compiled to set breakpoints.
  494. pkgmgr.appletInViewer=Executing Applet in appletviewer
  495. pkgmgr.appletInBrowser=Executing Applet in web browser
  496. pkgmgr.exported.jar=Export to jar file complete.
  497. pkgmgr.error.open=The project does not exist (anymore)
  498. pkgmgr.checkingVersion=Making connection to version server...
  499.  
  500. properties.heading.bluej=BlueJ properties. Settings in this file override \"bluej.defs\"
  501. properties.heading.moe=Moe Editor properties. Settings in this file override \"moe.defs\"
  502.  
  503. # menus and menu items
  504.  
  505. menu.package=_Project
  506. menu.package.new=_New Project...
  507. menu.package.open=Open Project...@O
  508. menu.package.openRecent=Open Recent
  509. menu.package.openNonBlueJ=Open Non _BlueJ...
  510. menu.package.close=Close@W
  511. menu.package.save=Save@S
  512. menu.package.saveAs=S_ave As...
  513. menu.package.import=_Import...
  514. menu.package.export=_Create Jar File...
  515. menu.package.pageSetup=Page Setup...@^P
  516. menu.package.print=Print...@P
  517. menu.package.quit=_Quit@Q
  518.  
  519. menu.edit=_Edit
  520. menu.edit.newClass=New Class...@N
  521. menu.edit.newPackage=New Package...@R
  522. menu.edit.addClass=_Add Class from File...
  523. menu.edit.remove=Remove@BACK_SPACE
  524. menu.edit.newUses=New _Uses Arrow...
  525. menu.edit.newInherits=New _Inheritance Arrow...
  526. menu.edit.removeArrow=Remove Arrow...
  527.  
  528. menu.tools=_Tools
  529. menu.tools.compile=Compile@K
  530. menu.tools.compileSelected=Compile Selected@^K
  531. menu.tools.rebuild=_Rebuild Package
  532. menu.tools.callLibrary=Use Library Class...@L
  533. menu.tools.generateDoc=Project Documentation@J
  534. menu.tools.testing=_Testing
  535. menu.tools.run=Run Tests
  536. menu.tools.end=End Recording
  537. menu.tools.cancel=Cancel Recording
  538. menu.tools.preferences=_Preferences...@,
  539.  
  540. menu.view=_View
  541. menu.view.showUses=Show Uses@U
  542. menu.view.showInherits=Show Inheritance@I
  543. menu.view.showExecControls=Show Debugger@D
  544. menu.view.showTerminal=Show Terminal@T
  545. menu.view.showTextEval=Show Code Pad@E
  546. menu.view.showTestDisplay=Show Test _Results
  547.  
  548. menu.group=_Group Work
  549. menu.group.make=Make Group Package
  550. menu.group.open=Open Group Package
  551. menu.group.updateSelected=Update Selected
  552. menu.group.updateAll=Update All
  553. menu.group.commitSelected=Commit Selected
  554. menu.group.commitAll=Commit All
  555. menu.group.statusSelection=Status of Selection
  556. menu.group.statusAll=Status of All
  557. menu.group.users=Users
  558. menu.group.configuration=Configuration
  559.  
  560. menu.help=_Help
  561. menu.help.about=_About BlueJ
  562. menu.help.extensions=Installed E_xtensions
  563. menu.help.versionCheck=Check Version...@V
  564. menu.help.copyright=_Copyright
  565. menu.help.website=BlueJ _Web Site
  566. menu.help.tutorial=BlueJ _Tutorial
  567. menu.help.standardApi=Java _Class Libraries
  568.  
  569. # tool tips
  570.  
  571. tooltip.newClass=Create a new class in this package
  572. tooltip.newUses=Insert a 'uses' relation
  573. tooltip.newExtends=Insert an inheritance relation
  574. tooltip.compile=Compile all uncompiled classes in this package
  575. tooltip.test=Run all compiled test classes in this package
  576. tooltip.progress=Work indicator: indicates when virtual machine is executing
  577. tooltip.test.end=End a recording of a test method and save it.
  578. tooltip.test.cancel=Cancel and discard a recording of a test method.
  579.  
  580. #Copyright
  581.  
  582. menu.help.copyright.title=BlueJ Copyright, Licensing and Redistribution
  583. menu.help.copyright.line1=BlueJ is available 'as is' free of charge for use and non-commercial
  584. menu.help.copyright.line2=re-distribution. Disassembly of the system is prohibited. 
  585. menu.help.copyright.line3=This software may not be sold for profit or included in other
  586. menu.help.copyright.line4=packages which are sold for profit without written authorisation.
  587.  
  588. # About
  589.  
  590. about.bluej.version=BlueJ version
  591. about.java.version=Java version
  592. about.vm=Virtual machine:
  593. about.runningOn=Running on:
  594. about.javahome=Java Home:
  595. about.logfile=Debug log file:
  596. about.moreInfo=More information is at www.bluej.org.
  597. about.theTeam=The BlueJ team:
  598.  
  599. # Work Indicator
  600. workIndicator.resetMachine=Reset Machine@^R
  601.